DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / ScannerCollection<T> Class
Properties Methods


In This Topic
    ScannerCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by ScannerCollection<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of indexes in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new index and adds it to the collection of indexes.  
    Public MethodClears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.  
    Public MethodOverloaded. Determines whether an index with the specified key selector exists in the collection.  
    Public MethodOverloaded. Finds an index in the collection by its key selector.  
    Public MethodReturns an enumerator that iterates through the ScannerCollection<T>.  
    Public MethodOverloaded. Removes an index from the collection.  
    Top
    See Also